/*-----------------------------------
General styles
-----------------------------------*/
@charset "UTF-8";
:root {
  --rojo: #ed1c27;
  --amarillo: #f8991c;

  /* pesos nomal */
  --dav-light: "davlight", sans-serif;
  --dav-light-i: "davlight_italic", sans-serif;
  --dav: "davregular", sans-serif;
  --dav-i: "davitalic", sans-serif;
  --dav-semiBold: "davsemibold", sans-serif;
  --dav-semiBold-i: "davsemibold_italic", sans-serif;
  --dav-bold: "davbold", sans-serif;
  --dav-bold-i: "davbold_italic", sans-serif;
  --dav-extraBold: "davextrabold", sans-serif;
  --dav-extraBold-i: "davextrabold_italic", sans-serif;

  /* pesos condensed */
  --davCond-light: "davcondensedLight", sans-serif;
  --davCond-light-i: "davcondensedLightItalic", sans-serif;
  --davCond: "davcondensedRegular", sans-serif;
  --davCond-i: "davcondensedItalic", sans-serif;
  --davCond-semiBold: "davcondensedCnSBd", sans-serif;
  --davCond-semiBold-i: "davcondensedCnSBdIt", sans-serif;
  --davCond-bold: "davcondensedCnBold", sans-serif;
  --davCond-bold-i: "davcondensedCnBoldI", sans-serif;
  --davCond-extraBold: "davcondensedExtraBold", sans-serif;
  --davCond-extraBold-i: "davcondensedExtraBoldItalic", sans-serif;
}
a:hover {
  color: var(--rojo);
}
button:focus {
  outline: none;
}
.rojo {
  color: var(--rojo);
}
section {
  padding-top: 2em;
  text-align: center;
}
b,
strong {
  font-weight: normal;
  font-family: "davextrabold", sans-serif;
}
img {
  height: auto;
}

html,
body {
  font-family: var(--dav), sans-serif;
  font-style: normal;
  font-size: 100%;
  color: #3e3e3e;
  font-weight: 300;
  line-height: normal;
}
p {
  font-size: 1.2em;
  margin: auto;
  width: 85%;
}

/*-----------------------------------
Logos y legales
-----------------------------------*/
.logoMobile {
  display: none;
}
.Arrow1,.Arrow2{
    display: none;
}

.daviviendaLogo {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  z-index: 200;
  width: 400px;
  height: auto;
}
.daviviendaLogo img {
  width: 45%;
  height: auto;
  position: relative;
}

.banco {
  position: absolute;
  right: 10px;
  top: 100px;
  z-index: 200;
  width: auto;
  height: auto;
  filter: brightness(1);
}
.FooterLogoFoga {
  width: 20%;
}
.FooterLogoDavi {
  width: 40%;
}

.vigilado {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 20px;
  z-index: 200;
  width: 15px;
  height: auto;
  filter: brightness(1);
}

.vigilado2,
.CTAMob {
  display: none;
}

/*-----------------------------------
Header
-----------------------------------*/
Header {
  position: relative;
  background-image: url(https://images.publicidad.davivienda.com/EloquaImages/clients/BANCODAVIVIENDADAVIPRO/%7B32ec826a-ae24-4e37-a538-29e67a4b8aa8%7D_desktpop.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 872px;
}

.textBoxHD {
  padding: 2em;
  color: white;
  text-align: center;
}
.textBoxHD h1 {
  font-size: 3.2em;
  padding-bottom: 0.5em;
  width: 100%;
  font-family: var(--dav-extraBold);
}
.textBoxHD h2 {
  font-family: var(--dav-extraBold);
  color: var(--rojo);
  padding-top: 2em;
  font-size: 2.5em;
  width: 55%;
  margin: auto;
}
.titularImg {
  padding-top: 25em;
}
.esMuyFacilImg {
  padding-top: 2em;
}
.noPadding {
  padding: 0;
}

/*-----------------------------------
Second section
-----------------------------------*/
.BgShapeR {
  position: absolute;
  right: 0;
}
.BgShapeL {
  position: absolute;
  left: 0;
  top: -150px;
}
.line {
  position: absolute;
  top: 20%;
}
.metodos img {
  width: 50%;
  padding-bottom: 1em;
  margin: auto;
}
.metodos p {
  width: 40%;
  margin: auto;
}
.iconoBox {
  text-align: center;
  background: #f7f7f7;
  padding: 2em;
  border-radius: 1000px;
}
.Icons {
  width: 70%;
  margin: auto;
}
.funcionalidades {
  padding-top: 2em;
}

.redBox {
  margin-top: 15em;
  margin-bottom: 5em;
  padding: 2em;
  position: relative;
  border-radius: 20px;
  background-color: var(--rojo);
}
.redBox img {
  position: absolute;
  top: -35%;
  left: -10%;
}
.redBox p {
  color: white;
  text-align: left;
  font-size: 2.5em;
}
.NoFlex {
  flex-wrap: nowrap;
}

.image-fader img {
  position: absolute;
  animation-name: imagefade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

@keyframes imagefade {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.image-fader img:nth-of-type(1) {
  animation-delay: 6s;
}
.image-fader img:nth-of-type(2) {
  animation-delay: 4s;
}
.image-fader img:nth-of-type(3) {
  animation-delay: 2s;
}
.image-fader img:nth-of-type(4) {
  animation-delay: 0;
}
.imageNolook {
  opacity: 0;
}
.Arrow2 .Arrow1 {
  display: none;
}
/*-----------------------------------
Float CTA desktop
-----------------------------------*/
.float {
  display: block;
  background-color: var(--rojo);
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 99;
  color: #fff;
  border-radius: 30px 0 0 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border: none;
  line-height: 1.2;
  text-align: center;
  font-size: 1.5em;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
  z-index: 999999999;
  font-family: var(--dav-semiBold);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.fade {
  transition: opacity 0.15s linear;
}
.modal-content {
  border-radius: 20px !important;
}
.modal-header {
  background-color: var(--rojo);
  background: var(--rojo);
  border-radius: 20px 20px 0 0;
}
.modal-header .close {
  background-color: var(--rojo);
}
.modal-body {
  text-align: center;
  font-size: 1.2em;
  color: var(--rojo);
  background-color: white;
  height: 100%;
  border-radius: 0 0px 20px 20px;
}
.modal-body p {
  margin-bottom: 0;
}
.modal-dialog {
  margin-top: 8em !important;
}

/*-----------------------------------
Cierre
-----------------------------------*/
section.cierre {
  background-image: url(https://images.publicidad.davivienda.com/EloquaImages/clients/BANCODAVIVIENDADAVIPRO/%7B49b19205-bc41-420d-96f8-11f8d9f94503%7D_CierreBG.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 4em;
  margin-top: 5em;
  position: relative;
  text-align: center;
}
.cierre {
  margin: auto;
  padding: 2em;
  padding-top: 6em;
}
.bottomBgShape {
  position: absolute;
  right: 0;
  bottom: 0;
}
.bottomBgShapeMobile {
  display: none;
}

/*-----------------------------------
Footer
-----------------------------------*/
.FooterLogoBolivar {
  width: 25%;
}
.footer {
  padding: 20px;
  padding-bottom: 3em;
  padding-top: 2em;
  background-color: #f1f1f1;
  vertical-align: top;
  display: block;
  text-align: center;
  position: relative;
}
.footer .container-fluid {
  margin: 0 auto;
}
.footer-legal {
  color: #707070;
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 0px;
  font-weight: normal;
  text-align: justify;
}
.footer-legal--mobile {
  display: none;
}
.TYCtxt {
  height: 300px;
  overflow: scroll;
  border-radius: 10px;
  text-align: left;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/*-----------------------------------
Big desktop
-----------------------------------*/
@media only screen and (min-width: 2540px) {
  .daviviendaLogo img {
    width: 80%;
  }
  header {
    height: 1150px;
  }
  .titularImg {
    padding-top: 36em;
  }
  .redBox img {
    top: -85%;
    left: -6%;
    width: 50%;
  }
}
/*-----------------------------------
Big laptop
-----------------------------------*/
@media only screen and (min-width: 1680px) and (max-width: 1690px) {
  .redBox p {
    width: 100%;
  }
  .redBox img {
    left: -20%;
  }
  .titularImg {
    padding-top: 20em;
  }
}

/*-----------------------------------
Small laptop
-----------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .banco img {
    width: 75%;
  }
  .banco {
    top: 45px;
  }
  .vigilado {
    bottom: 10px;
  }
  .footer-legal {
    font-size: 0.8em;
  }
  .daviviendaLogo {
    width: 300px;
  }
  .redBox p {
    font-size: 1.5em;
    width: 100%;
  }
  .redBox img {
    width: 50%;
    top: -50%;
  }
  .redBox {
    margin-top: 9em;
    margin-bottom: 3em;
  }
  .titularImg {
    padding-top: 15em;
    width: 35%;
  }
  section {
    padding-top: 0;
  }
  .textBoxHD h1 {
    font-size: 2.5em;
  }
  .textBoxHD h2 {
    font-size: 2em;
  }
  .esMuyFacilImg {
    width: 30%;
  }
  header {
    min-height: auto;
  }
  .cierre img {
    width: 30%;
  }
  section.cierre {
    padding: 0;
  }
}

/*-----------------------------------
MyMac
-----------------------------------*/
@media only screen and (min-width: 1792px) and (max-width: 1800px) {
  .redBox p {
    width: 100%;
  }
  .redBox img {
    left: -15%;
  }
  .titularImg {
    padding-top: 22em;
  }
}

/*-----------------------------------
Ipad
-----------------------------------*/
@media only screen and (min-width: 750px) and (max-width: 1025px) {
  .banco {
    top: 25px;
  }
  .daviviendaLogo img {
    width: 30%;
  }
  .banco img {
    width: 8px;
  }
  .footer-legal {
    font-size: 0.7em;
  }
  img.cierre {
    width: 50%;
    padding-top: 2em;
  }

  .logoFooter {
    width: 33.33%;
  }
  .FooterLogoFoga {
    width: 40%;
  }
  .FooterLogoBolivar {
    width: 40%;
  }
  .FooterLogoDavi {
    width: 60%;
    margin-top: 35px !important;
  }
  .textBoxHD h1 {
    font-size: 2em;
  }
  .titularImg {
    width: 35%;
    padding-top: 7em;
  }
  .textBoxHD h2 {
    width: 80%;
    font-size: 1.5em;
  }
  .esMuyFacilImg {
    width: 50%;
  }
  .textBoxHD {
    padding-top: 0;
  }
  Header {
    min-height: auto;
  }
  .BgShapeL,
  .BgShapeR {
    width: 10%;
  }
  .metodos p {
    width: 80%;
    font-size: 0.8em;
  }
  .Arrow2,
  .Arrow1 {
    display: none;
  }
  .col-md-9 {
    width: 100%;
  }
  .iconoBox {
    padding: 1em;
  }
  .redBox img {
    width: 60%;
    top: -20%;
    left: -15%;
  }
  .redBox {
    margin-top: 6em;
    padding: 1em;
    width: 63%;
    margin-bottom: 0;
  }
  section.cierre {
    padding-bottom: 0;
  }
  .redBox p {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1026px) {
  .titularImg {
    padding-top: 14em !important;
  }
  .redBox img {
    width: 53% !important;
    top: -41% !important;
    left: -8% !important;
  }
}

/*-----------------------------------
Surface pro 7
-----------------------------------*/
@media only screen and (min-width: 912px) and (max-width: 913px) {
  .titularImg {
    padding-top: 12em;
  }
}

/*-----------------------------------
Surface Duo 
-----------------------------------*/
@media only screen and (min-width: 540px) and (max-width: 541px) {
  .redBox p {
    padding-top: 16em!important;
  }
}

/*--------NestHub */

@media only screen and (min-width: 1024px) and (max-width: 1270px) {
}

/*--------NestHub MAX */

@media only screen and (width: 1280px) and (min-height: 800px) {
    .Arrow1,.Arrow2{
        display: none;
    }
}

/*--------ZEN book fold */
@media only screen and (min-width: 853px) and (max-width: 854px) {
}

/*--------Galaxy fold*/

@media only screen and (min-width: 344px) and (max-width: 345px) {
}

/*-----------------------------------
Main mobile
-----------------------------------*/
@media only screen and (min-width: 270px) and (max-width: 600px) {
  .logoMobile,
  .headerImageMobile,
  .CTAMob {
    display: block;
  }
  .logoDesktop,
  .CTADesk,
  .headerImage {
    display: none;
  }
  .flotante-uno {
    display: block;
  }
  .OnlyMobile {
    display: block;
  }
  .FooterLogoFoga {
    width: 30%;
    padding-bottom: 3em;
  }
  .FooterLogoBolivar {
    width: 40%;
    margin-top: 0 !important;
  }

  .logoFooter {
    width: 100%;
  }
  .FooterLogoDavi {
    width: 50%;
    margin-top: 30px !important;
  }
  .footer-legal {
    width: 85%;
    margin: auto;
    text-align: justify !important;
  }

  /*-Legales-*/
  .daviviendaLogo img {
    width: 100%;
    height: auto;
    position: absolute;
  }
  .daviviendaLogo {
    width: 100%;
    height: 100px;
  }
  .banco img {
    width: 65%;
    filter: brightness(1);
  }
  .banco {
    right: 16px;
    top: 200px;
    filter: brightness(1);
  }
  .footer {
    position: relative;
    padding-bottom: 2.2em;
  }
  .vigilado {
    display: none;
  }

  .vigilado2 {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 88px;
    z-index: 200;
    width: 22px;
    height: auto;
    filter: brightness(0);
  }

  img.cierre {
    width: 100%;
  }
  section.cierre {
    padding: 2em;
  }

  .float {
    width: 100%;
    border-radius: 30px 30px 0 0;
    bottom: 0px;
  }
  .redBox img,
  .esMuyFacilImg {
    width: 100%;
  }
  .BgShapeR,
  .BgShapeL {
    display: none;
  }
  .NoFlex {
    flex-wrap: wrap;
  }
  .textBoxHD {
    padding: 1em;
  }
  Header {
    min-height: auto;
    background-image: url(https://images.publicidad.davivienda.com/EloquaImages/clients/BANCODAVIVIENDADAVIPRO/%7Bbbe36e79-46ba-4f27-8b33-d5f552cdd17b%7D_mobile.jpg);
  }
  .textBoxHD h1 {
    padding-top: 2.4em;
    font-size: 2em;
  }
  .textBoxHD h2 {
    width: 100%;
    padding-top: 1em;
    font-size: 1.7em;
  }
  .titularImg {
    padding-top: 17em;
    width: 100%;
  }
  .metodos img {
    width: 80%;
  }
  .line {
    display: none;
  }
  .metodos p {
    width: 80%;
  }
  .redBox {
    padding: 1em;
    width: 80%;
    border-radius: 200px 200px 50px 50px;
    padding-bottom: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .redBox p {
    text-align: center;
    font-size: 1.7em;
    padding-top: 12em;
    width: 100%;
  }
  .redBox img {
    top: 0%;
    left: 0%;
  }
  .iconoBox {
    padding: 1em 0;

    padding-bottom: 0;
    position: relative;
  }
  .containerScroll {
    overflow: scroll;
    width: 75%;
    margin: auto;
  }
  .Arrow2,
  .Arrow1 {
    display: block;
    position: absolute;
    z-index: 1;
  }
  .Arrow1 {
    right: 25px;
    top: 12%;
  }
  .Arrow2 {
    left: 25px;
    top: 12%;
    transform: rotate(180deg);
  }
  .fullWidth {
    width: 800px;
  }
  .col-2 {
    width: 20%;
  }
  ::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
  }
  .funcionalidades {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}